home *** CD-ROM | disk | FTP | other *** search
/ Fifth Dimension / Fifth Dimension CD-ROM Volume 1 (Data Express) (1995).iso / mddd.bat < prev    next >
DOS Batch File  |  1995-11-29  |  2KB  |  58 lines

  1. @echo off
  2. \play\memtst.exe B483456 O2300
  3. if errorlevel = 1 goto XXMEMXX
  4. if errorlevel = 0 goto XXWEITERXX
  5. :XXMEMXX
  6. echo 
  7. echo As you see above, there is an error which might cause problems.
  8. echo Either you did not have enough BASE memory, or something
  9. echo different. You might now try to start the 3D menu anyway, but
  10. echo this could (and most often will) cause some problems.
  11. echo You might try to start the 3D menu WITHOUT sound.
  12. :XXASKXX
  13. \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
  14. if errorlevel = 25 goto XXWEITERXX
  15. if errorlevel = 14 goto YYWEITERYY
  16. goto XXASKXX
  17. :XXWEITERXX
  18. \play\tstsub c:\hrglbrgl 8000
  19. if errorlevel = 1 goto XXSUBXX
  20. if errorlevel = 0 goto XXSTART
  21. :XXSUBXX
  22. echo 
  23. echo You need more space on your drive C: Its really not that much
  24. echo space you need, but its worth to see the 3D Menu. You might now
  25. echo try to start the 3D menu anyway, but this could (and most often
  26. echo will) cause some problems.
  27. :XXAKKXX
  28. \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
  29. if errorlevel = 25 goto XXSTART
  30. if errorlevel = 14 goto YYWEITERYY
  31. goto XXAKKXX
  32. :XXSTART
  33. \play\sbdetect.exe
  34. if errorlevel = 10 goto XXNOSB
  35. if errorlevel = 1 goto XXBEGIN
  36. :XXNOSB
  37. echo 
  38. echo It seems that you did not have a SounBlaster installed,
  39. echo but music in the 3D menu will only work WITH SoundBlaster.
  40. echo So it might be the case, that the menu will now crash if you
  41. echo try to continue. Anyway: There is the chance, that you have
  42. echo a SoundBlaster installed and this program did not recognize
  43. echo it. So it's up to you to decide...
  44. :XXBKKXX
  45. \play\ec.exe Do you want to start the 3D menu anyway? (Y/N)
  46. if errorlevel = 25 goto XXBEGIN
  47. if errorlevel = 14 goto YYWEITERYY
  48. goto XXBKKXX
  49. :XXBEGIN
  50. SET XXJOY=
  51. \play\ec.exe Do you want to play with Joystick? (Y/N)
  52. if errorlevel = 25 set XXJOY=j
  53. cd \menue3d
  54. menue.bat s1 t %XXJOY%
  55. :YYWEITERYY
  56. cd \
  57. ee.bat %1 %2 %3 %4
  58.